home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / xflash1.zip / XFLASH.DOC < prev   
Text File  |  1987-03-17  |  2KB  |  39 lines

  1. XFLASH Version 1.0
  2. by David Hite
  3. March 17, 1987
  4.  
  5. Memory-resident FreeWare.  960 bytes required.
  6.  
  7. Usage: xflash <CR>            (for the 8088 chip)
  8.           or
  9.        xflash-2 <CR>          (for the 8088-2 chip)
  10.  
  11. XFLASH eliminates the flash that occurs during scrolling on the
  12. CGA, without introducing snow.  It does so by intercepting the
  13. bios scroll up and scroll down functions, and performing these
  14. functions itself.
  15.  
  16. It works by moving characters only during horizontal and
  17. vertical retrace periods.  It moves as many characters as
  18. possible during these periods, and its operation is therefore
  19. dependent on the speed of your processor.  XFLASH is optimized
  20. for the 8088 chip.  XFLASH-2 is optimized for the 8088-2 chip.
  21.  
  22. XFLASH.ASM and XFLASH-2.ASM are slightly different, in that the
  23. 8088-2 can move a word during a horizontal retrace, whereas the
  24. 8088 can move only a byte.
  25.  
  26. Both ASM versions contain instructions for changing the number of
  27. characters moved during the vertical retrace period.  You may
  28. experiment with these values in order to eliminate snow or to
  29. speed up the scroll.
  30.  
  31. The ASM programs also contain some code to change the border
  32. color to the same color as the fill attribute specified in the
  33. scroll.  This code is commented out in the distributed version.
  34. If you want to set the border to the fill attribute, un-comment
  35. this code and re-assemble.
  36.  
  37. Please report any bugs by leaving a message to me on the Computer
  38. Connections Bulletin Board, Washington, DC.  (202) 547-2008.
  39.